home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / e / ee0716c.lha / E / docs / EE0716c.KnownBugs < prev    next >
Encoding:
Text File  |  1994-08-28  |  1.8 KB  |  34 lines

  1. /*--------------------------------------------------------------------------*
  2.  
  3.                        EE V0.7, Rev16b - The E Editor.
  4.                         Copyright Barry Wills, 1994.
  5.  
  6.  *--------------------------------------------------------------------------*
  7.  
  8.   BUGS:
  9.   1. "Out of memory" recovery sucks, i.e., it doesn't work!  I hate things that
  10.      suck! (slowly working on it)
  11.   2. After clicking around and selecting text with the mouse, the mouse
  12.      suddenly quits selecting forever.
  13.   3. cursorRight() sticks to eoln when blank lines exist at the end of text
  14.      (only certain configurations of blank lines).
  15. * 4. Wouter say: "edit prefs directly from the ed doesn't work. rather, I get
  16.      a busypointer that stays."  I have yet to see it. >:-/
  17.   5. The wordRight() cursor-sticks-at-some-eolns bug reappeared.
  18. * 6. Wouter say: "an empty fontname doesn't work (should use default?)".
  19. * 7. Wouter say: "[window directory] doesn't work here. same window that was
  20.      active before is active now. same with the nextwindow etc. functions."
  21.   8. When giving a bad filename on the command line, the freq is opened, but
  22.      it never accepts the new correct file..freq keeps coming back for more.
  23.   9. PrefsEditor has some miscalculated buttons on the Menu Command Hotkeys
  24.      sub-gui, Find Menu.  This is (was?) a bug in easygui.m.  Dunno if it's
  25.      been fixed.
  26.   10. Invoking the PrefsEditor from within EE does not work if EE isn't
  27.       launched via the AmigaDOS Run command.  It also does't work if EE
  28.       is run from the RAM: device.  Dunno why this happens.  (This is only
  29.       on my machine...unaware of behaviour on other systems.)
  30.  
  31. * means "might be fixed"; have to wait for beta-testers to verify.
  32.  
  33.  *--------------------------------------------------------------------------*/
  34.